home *** CD-ROM | disk | FTP | other *** search
/ Alles Voor Internet / Tout Pour Internet / alles voor internet.iso / MacInternet™ / Info / mactcp-111-notes.txt < prev    next >
Encoding:
Internet Message Format  |  1993-05-13  |  4.7 KB  |  [TEXT/UNIX]

  1. Date: 10 May 1993 10:09:16 -0500 
  2. From: "Tom Scott" <Tom_Scott@qmengr.mail.cornell.edu>
  3. Subject: MacTCP Problem solved 
  4.  
  5.      MacTCP Problem solved
  6. I feel silly!  The overwhelming response to the MacTCP 1.1 with System 7.1 was:
  7.  use MacTCP 1.1.1; System 7.1 *REQUIRES* MacTCP 1.1.1.
  8.  
  9. I upgraded my IIcx about 3 months ago and I forgot about upgrading MacTCP to
  10. 1.1.1 when I was setting up these new machines.  I've also been embroiled in
  11. mucho network problemos, so I didn't have time to remember such a *TRIVIAL*
  12. fact!  ;-)
  13.  
  14. Thanks to all of the following that responded:
  15.  
  16.     Kristi Aho (kaa1@cornell.edu)
  17.     J.Sawers@uts.edu.au (James Sawers)
  18.     Peter Macdonald <pdmmac@mcmail.cis.mcmaster.ca>
  19.     shiekh@ictp.trieste.it (Andy Shiekh)
  20.     "Allan M. Bloom" <IRBLOOM@VTVM1.CC.VT.EDU>
  21.     mcs2@cornell.edu (Wagner Truppel)
  22.     Tom Young <XMU@CORNELLC.cit.cornell.edu>
  23.     msphil@mail.wm.edu (Mike Phillips)
  24.     wmiller@uclink.berkeley.edu (Wayne Miller)
  25.     King Rhoton <king@acpub.duke.edu>
  26.     "Keith Boncek" <keith_boncek@QMRELAY.MAIL.CORNELL.EDU>
  27.     Mark McNair <mcnair@flymo.cac.washington.edu>
  28.     Jeff Luck  <JFL4@PSUVM.PSU.EDU>
  29.     mmccarty@HUSKY1.STMARYS.CA (Mike McCarty)
  30.     "Maureen Fisher" <maureen_fisher@QMRELAY.MAIL.CORNELL.EDU>
  31.     HELP DESK <SHDX@CORNELLC.cit.cornell.edu>
  32.     Phillip Corchary <philc@uswmrg5.mrg.uswest.com>
  33.     "Guy DiPietro" <guy_dipietro@qmrelay.mail.cornell.edu>
  34.     ehfm@midway.uchicago.edu (Eric Hoffmann)
  35.     "Duckenfield,Paul" <DUCKENFI@AC.GRIN.EDU>
  36.     mph2@cornell.edu (Matthew Hagopian)
  37.     Fearghas McKay <fearghas@challis.demon.co.uk>
  38.     silber@TC.Cornell.EDU (Jeffrey A. Silber)
  39.     RICHARD LIM <RTL@siva.bris.ac.uk>
  40.     Brent Martin <martin@cc2smtp.emr.ca>
  41.     dwv@magic.ucsb.edu (David Valentine)
  42.  
  43. And a special thanks to "Kevin Eric Saunders" <saunders@nmc.cit.cornell.edu>,
  44. who provided me with the MacTCP 1.1.1 specs:
  45.  
  46. ---
  47. Release Notes for MacTCP v1.1.1
  48. Copyright 1992, Apple Computer, Inc.
  49. All rights reserved.
  50. August 14, 1992
  51.  
  52. MacTCP v1.1.1 is an update release for MacTCP v1.1.  It includes the
  53. following improvements:
  54.  
  55.   The number of recognized host file entries is significantly increased.
  56.  
  57.   When an AddrToStr procedure is called with a string of size 16 char and a
  58. full IP address (an IP address containing all 3 digit numbers such as
  59. 123.123.123.123), an extra byte is no longer overwritten.
  60.  
  61.   When used over AppleTalk Remote Access, MacTCP handles AppleTalk
  62. transition events properly.
  63.  
  64.   DNR does not leak memory.
  65.  
  66.   ARP responses are returned for 802.3 ARP requests.
  67.  
  68.   ICMP echo requests no longer crash 68000-based Macintosh computers.
  69.  
  70.   TCP connections are maintained over slow speed or long delay connection
  71. paths.
  72.  
  73.   UDP Multiport Read returns the correct values for the destination port
  74. and address.
  75.  
  76.   CMU BootP compatibility is supported.
  77.  
  78.   On links of a transitory nature such as SLIP and PPP, MacTCP initializes
  79. correctly by resending BootP requests on the open transition event from the
  80. LAP.
  81.  
  82.   The UDP ASR routine in UDPMultiPortCreate is no longer overwritten.
  83.  
  84.   Performance on Mac Plus computers running System 7.0.x is increased.
  85.  
  86.   TCPSend works correctly on AppleTalk connections to sites that have
  87. disappeared and reappeared on the network.
  88.  
  89.   The MacTCP control panel shows all available AppleTalk link icons.
  90.  
  91.   Packets are no longer dropped when time to live equals 1.
  92.  
  93.   Pre-AppleTalk Phase 2 Ethernet drivers are supported.
  94.  
  95.  
  96. IN ADDITION:
  97.   For server based addressing, when switching between data links in the
  98. MacTCP control panel, set the default gateway address to 0.0.0.0 to assure
  99. that the gateway address is subsequently obtained correctly.
  100.  
  101.   In low memory situations, high traffic, high transmission rate
  102. connections can experience data loss problems.  These problems can be
  103. avoided if applications give MacTCP enough memory to work correctly.
  104.  
  105. Application developers should be sure to consider the following when making
  106. memory calculations:
  107.  
  108. - Network MTU size affects the amount of memory needed to receive
  109. fragmented datagrams.  Assume that fragmented packets may be received.
  110.  
  111. - An application's packet usage may vary from typical expectations.  For
  112. instance, although telnet applications are mostly used in character
  113. operations, some applications send full size datagrams to telnet consoles.
  114. Such usage may break connections if applications don't allocate enough
  115. memory for MacTCP.
  116. Mark Fleming,
  117. Macintosh & Network Support, Office System
  118. Computing & Communications Services,
  119. Queen's University at Kingston,
  120. Ontario, Canada, K7L 3N6
  121.  
  122.  
  123.  
  124. Again, thanks to all who supplied help!  Who said there's no net response to
  125. questions anymore!  :-)
  126.  
  127.  
  128. Thomas Scott, Systems Manager, College of Engineering
  129. Cornell University, Carpenter Hall Annex, Ithaca, NY  14853
  130.  
  131.  
  132.  
  133.  
  134.  
  135.